build: Actually use the extra warnings
authorBenjamin Otte <otte@redhat.com>
Mon, 15 Nov 2021 13:58:52 +0000 (14:58 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 15 Nov 2021 13:59:18 +0000 (14:59 +0100)
commitc003260d63ffc3bd494de068ae8f7fa98e2aaa79
tree006b1e3ed123a3d11b166a84134fc33ce101cd56
parentfd69b4174867a772984eb515099160de729a1005
build: Actually use the extra warnings

I forgot to remove the '-Werror=' part from all the extra warnings, so
the warning/error flags we generated were '-Werror=-Werror=warning-flag'
or 'W-Werror=warning-flag' - but because our compiler flag checking
infrastructure works so nicely, it just ignored these obviously wrong
flags.

Fixes commit 362e91c40b5036ec0ac0a5a0c231a4b58414509f
meson.build